duplication capability - définition. Qu'est-ce que duplication capability
DICLIB.COM
Outils linguistiques IA
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:     

Traduction et analyse des mots par intelligence artificielle

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est duplication capability - définition

COMPUTER SECURITY MODEL
Object-capability; Object capability; Object capability model; Object-capability language

Gene duplication         
  • Evolutionary fate of duplicate genes
  • Karyotype}}
DUPLICATION OF A GENE SEQUENCE WITHIN A GENOME
Duplicate gene; Chromosomal duplication; Chromosomal duplications; Chromosome duplication; Chromosome duplications; Duplication (genetics); Ancient gene duplication; Amplification (molecular biology); Tandem duplications; Tandem duplication; Duplication (chromosomal); Retrogene; Nucleotide duplication
Gene duplication (or chromosomal duplication or gene amplification) is a major mechanism through which new genetic material is generated during molecular evolution. It can be defined as any duplication of a region of DNA that contains a gene.
Full operating capability         
MILITARY LOGISTICS TERM
Full operational capability; Full Operational Capability; Draft:Full operating capability
In military acquisition, full operating capability or full operational capability (FOC) is the completion of a development effort. This is usually preceded by an initial operating capability or initial operational capability (IOC) phase.
incapable         
WIKIMEDIA DISAMBIGUATION PAGE
Capability (computers); Capability (computer science); Capabilities; Capable; Capability architecture; Capability system; Uncapable; Incapable; Capability (disambiguation); Incapable (song); Incapable (disambiguation)
¦ adjective
1. (incapable of) unable to do.
not allowing the possibility of (an action).
2. unable to behave rationally or manage one's affairs.
Derivatives
incapability noun
incapably adverb

Wikipédia

Object-capability model

The object-capability model is a computer security model. A capability describes a transferable right to perform one (or more) operations on a given object. It can be obtained by the following combination:

  • An unforgeable reference (in the sense of object references or protected pointers) that can be sent in messages.
  • A message that specifies the operation to be performed.

The security model relies on not being able to forge references.

  • Objects can interact only by sending messages on references.
  • A reference can be obtained by:
  1. Initial conditions: In the initial state of the computational world being described, object A may already have a reference to object B.
  2. Parenthood: If A creates B, at that moment A obtains the only reference to the newly created B.
  3. Endowment: If A creates B, B is born with that subset of A's references with which A chose to endow it.
  4. Introduction: If A has references to both B and C, A can send to B a message containing a reference to C. B can retain that reference for subsequent use.

In the object-capability model, all computation is performed following the above rules.

Advantages that motivate object-oriented programming, such as encapsulation or information hiding, modularity, and separation of concerns, correspond to security goals such as least privilege and privilege separation in capability-based programming.

The object-capability model was first proposed by Jack Dennis and Earl C. Van Horn in 1966.